body,
ul,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
i,
section,
figure,
nav,
mark,
figcaption {
	margin: 0;
	padding: 0;
}

mark {
	background-color: transparent;
}

ol,
ul,
dl {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: top;
}

input,
textarea,
button {
	outline: none;
	border: none
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

body {
	min-width: 1330px;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑";
}


/*引入字体开始*/

@font-face {
	font-family: 'hansan';
	src: url('SourceHanSansCN-Regular.ttf');
	/* IE9 Compat Modes */
	src: url('SourceHanSansCN-Regular.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('SourceHanSansCN-Regular.ttf') format('woff'), /* Modern Browsers */
	url('SourceHanSansCN-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('SourceHanSansCN-Regular.ttf') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'sqr';
	src: url('Sqr721c.ttf');
	/* IE9 Compat Modes */
	src: url('Sqr721c.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('Sqr721c.ttf') format('woff'), /* Modern Browsers */
	url('Sqr721c.ttf') format('truetype'), /* Safari, Android, iOS */
	url('Sqr721c.ttf') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'pingfangM';
	src: url('PingFang Medium_0.ttf');
	/* IE9 Compat Modes */
	src: url('PingFang Medium_0.ttf') format('embedded-opentype'), /* IE6-IE8 */
	url('PingFang Medium_0.ttf') format('woff'), /* Modern Browsers */
	url('PingFang Medium_0.ttf') format('truetype'), /* Safari, Android, iOS */
	url('PingFang Medium_0.ttf') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'pingfangS';
	src: url('PINGFANG LIGHT.TTF');
	/* IE9 Compat Modes */
	src: url('PINGFANG LIGHT.TTF') format('embedded-opentype'), /* IE6-IE8 */
	url('PINGFANG LIGHT.TTF') format('woff'), /* Modern Browsers */
	url('PINGFANG LIGHT.TTF') format('truetype'), /* Safari, Android, iOS */
	url('PINGFANG LIGHT.TTF') format('svg');
	/* Legacy iOS */
	font-weight: 400;
	font-style: normal
}


/*引入字体开始*/

body {
	width: 100%;
	height: 100%;
	min-width: 1330px;
	min-height: 600px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 5px;
	background-color: #dc2f1f;
}

::-webkit-scrollbar-thumb {
	width: 5px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #dc2f1f;
}


/*头部*/

.header {
	width: 100%;
	border-bottom: 3px solid #db3222;
}

.header dl {
	width: 75%;
	min-width: 1200px;
	margin: 0 auto;
}

.header dt {
	float: left;
	margin-top: 17px;
}

.header dt img {
	height: 52px;
	width: auto;
}

.header dd {
	float: right;
	position: relative;
}

.headerNav {
	float: left;
	padding: 23px 0;
}

.headerNav li {
	float: left;
	padding: 0 20px;
	margin: 0 5px;
	position: relative;
	box-sizing: border-box;
}

.headerNav li a {
	color: #000000;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font: 14px/42px "微软雅黑";
}

.headerNav li:before,
.headerNav li:after,
.headerNav li a:before,
.headerNav li a:after {
	content: "";
	width: 25%;
	height: 100%;
	border-radius: 30px;
	border: 1px solid #e66a14;
	border-left: none;
	border-right: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	transform: scale(0.8);
	transition: all 0.5s ease 0s;
	box-sizing: border-box;
}

.headerNav li:after {
	left: 25%;
}

.headerNav li a:before {
	left: 50%;
}

.headerNav li a:after {
	left: 75%;
}

.headerNav li:hover:before,
.headerNav li:hover:after,
.headerNav li:hover a:before,
.headerNav li:hover a:after {
	border-radius: 0;
	opacity: 1;
	transform: scale(1);
}

.headerNav li:hover a {
	color: #e66a14;
}

.headerNav li:hover:before {
	border-left: 1px solid #e66a14;
}

.headerNav li:hover a:after {
	border-right: 1px solid #e66a14;
}

.headerNav li.on a {
	color: #e66a14;
}

.headerNav li.on:before,
.headerNav li.on:after,
.headerNav li.on a:before,
.headerNav li.on a:after {
	border-radius: 0;
	opacity: 1;
	transform: scale(1);
}

.headerNav li.on:before {
	border-left: 1px solid #e66a14;
}

.headerNav li.on a:after {
	color: #e66a14;
	border-right: 1px solid #e66a14;
}

.searchIcon {
	width: 24px;
	height: 24px;
	float: left;
	margin-top: 32px;
	margin-left: 18px;
	cursor: pointer;
	background: url(searchIcon.png) no-repeat;
}

.headerMenu {
	width: 105px;
	height: 88px;
	float: left;
	margin-left: 40px;
	cursor: pointer;
	background: #d9d9d9 url(menuIcon.png) no-repeat center;
}

.searchForm {
	width: 300px;
	height: 50px;
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.3);
	display: none;
}

.searchForm input {
	width: 240px;
	height: 40px;
	background-color: #ffffff;
	margin: 5px 0px 5px 5px;
	padding-left: 10px;
	float: left;
	font-family: "微软雅黑";
}

.searchForm span {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-top: 5px;
	background: #dc2f1f url(searchWhite.png) center no-repeat;
	cursor: pointer;
}


/*头部*/


/*侧边导航*/

.sideNavBar {
	width: 18%;
	height: 100%;
	min-width: 270px;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 99;
	box-sizing: border-box;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.sideNavBar.open {
	right: 0;
}

.sideNavBar h2 {
	box-sizing: border-box;
	padding: 0 30px;
	background-color: #db3222;
}

.sideNavBar h2 span {
	color: #fff;
	float: left;
	display: block;
	font: bold 16px/68px "微软雅黑";
}

.sideNavBar h2 i {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 19px;
	cursor: pointer;
	background: url(sideCloseBtn.png) no-repeat;
}

.sideNavBar h2 i:hover {
	animation: sideNavClose 5s infinite both;
}

@keyframes sideNavClose {
	0% {
		transform: rotate(90deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(270deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.sideNavBar dl {
	padding: 0 20px;
}

.sideNavBar dt {
	color: #3d3d3d;
	padding-top: 18px;
	font-size: 16px;
	line-height: 22px;
}

.sideNavBar dd {
	padding: 9px 0;
	font-size: 0;
	border-bottom: 1px solid #e5e5e5;
}

.sideNavBar dd li {
	display: inline-block;
	font-size: 14px;
	line-height: 27px;
	margin-right: 6%;
}

.sideNavBar dd li:hover a {
	color: #db3222;
}

.sideNavBar dd li a {
	color: #8c8c8c;
}

.sideContact {
	padding: 25px 30px 0;
}

.sideContact h3 {
	font-size: 14px;
	line-height: 26px;
	color: #3d3d3d;
	padding-left: 25px;
	background: url(sideTel.png) no-repeat left center;
}

.sideContact strong {
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #db3222;
	padding-left: 25px;
	font-family: "sqr";
}


/*侧边导航*/


/*首页新闻*/

.banner {
	position: relative;
}

.homeNewsBox {
	width: 100%;
	height: 208px;
	position: absolute;
	left: 0;
	bottom: -208px;
	background-color: #f2eae8;
}

.homeNewsBox dl {
	width: 75%;
	margin: 0px auto;
	min-width: 1200px;
}

.homeNewsBox dt {
	width: 50%;
	position: relative;
	z-index: 9;
}

.slideNewsBox {
	float: left;
	box-sizing: border-box;
	padding-right: 40px;
	width: 66.67%;
}

.slideNewsBox .hd {
	padding-top: 18px;
}

.slideNewsBox .hd li {
	float: left;
	margin-right: 30px;
	font-weight: bold;
	font-size: 15px;
	line-height: 27px;
	color: #5f5757;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}

.slideNewsBox .hd li:last-child {
	margin-right: 0;
}

.slideNewsBox .hd li.on {
	border-bottom: 2px solid #dd2c1c;
}

.slideNewsBox .bd h3 {
	height: 32px;
	overflow: hidden;
	color: #3d3737;
	padding-top: 12px;
	font-size: 16px;
	font-weight: normal;
}

.slideNewsBox .bd time {
	display: block;
	font-size: 24px;
	line-height: 36px;
	font-family: "Tahoma";
	color: #dc2f1f;
	padding-bottom: 5px;
}

.slideNewsBox .bd p {
	color: #7c7474;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.slideNewsTitle {
	width: 33.33%;
	height: 208px;
	float: right;
	padding-left: 10%;
	padding-top: 62px;
	box-sizing: border-box;
	position: relative;
	background: url(slideNewsTitle.jpg) no-repeat center/cover;
}

.slideNewsTitle h3 {
	font-size: 18px;
	line-height: 25px;
	color: #383232;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "pingfangS"
}

.slideNewsTitle h4 {
	font-size: 24px;
	color: #383232;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "pingfangS"
}

.slideNewsTitle p {
	font-size: 18px;
	line-height: 30px;
	color: #383232;
}

.slideNewsTitle:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-right: 10px solid #e7dfdd;
}


/*首页新闻*/


/*首页产业*/

.industrySlide {
	width: 100%;
	position: relative;
}

.industrySlide .bd li {
	position: relative;
}

.industrySlide .bd li img {
	width: 100%;
	height: auto;
}

.industrySlide .bd .industryTitle {
	position: absolute;
	min-width: 800px;
	width: 50%;
	left: 0;
	right: 0;
	top: 25%;
	margin: auto;
}

.industrySlide .industryTitle h2 span {
	font-size: 62px;
	color: #fff;
	line-height: 72px;
	font-weight: normal;
	font-family: "hansan";
	float: left;
}

.industrySlide .industryTitle h2 b {
	width: 30px;
	height: 30px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 50%;
	-ms-border-radius: 50%;
	border: 5px solid #fff;
	margin-left: 10px;
	float: left;
	position: relative;
}

.industrySlide .industryTitle h2 b:before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 132px;
	background-color: #8692bf;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
}

.industrySlide .industryTitle h3 {
	font-size: 50px;
	line-height: 56px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.38);
	font-family: "pingfangM";
	position: relative;
	z-index: 2;
}

.industrySlide .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.47);
}

.industrySlide .hd ul {
	width: 75%;
	margin: 0 auto;
	min-width: 1200px;
}

.industrySlide .hd li a {
	float: left;
	width: 16.66%;
	box-sizing: border-box;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.industrySlide .hd li img {
	width: 47px;
	height: 47px;
	display: block;
	margin: 0 auto;
	padding-top: 15px;
	position: relative;
	z-index: 1;
}

.industrySlide .hd li p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	z-index: 1;
}

.industrySlide .hd li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	padding-top: 32px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.industrySlide .hd li:nth-child(1) a:before {
	background-color: #dc2f1f;
}

.industrySlide .hd li:nth-child(2) a:before {
	background-color: #0071d7;
}

.industrySlide .hd li:nth-child(3) a:before {
	background-color: #ed890b;
}

.industrySlide .hd li:nth-child(4) a:before {
	background-color: #169a3a;
}

.industrySlide .hd li:nth-child(5) a:before {
	background-color: #0037a2;
}

.industrySlide .hd li:nth-child(6) a:before {
	background-color: #d9af02;
}

.industrySlide .hd li:hover a:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.industrySlide .hd li.on a:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.industryVideo {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -208px;
}

.industryVideo figcaption {
	width: 75%;
	min-width: 1200px;
	left: 0;
	right: 0;
	margin: auto;
}

.industryVideo figure {
	width: 50%;
	height: 208px;
	right: 0;
	top: 0;
	position: absolute;
}


/*.industrySlide .hd li:before {
	content: "";
	width: 50%;
	height: 208px;
	position: absolute;
	right: 0;
	bottom: -208px;
	display: none;
}*/

.industrySlide .bd li:nth-child(1) .industryVideo figure {
	background: -webkit-linear-gradient(90deg, #f8e6e5, #f7b7b1);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #f8e6e5, #f7b7b1);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #f8e6e5, #f7b7b1);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #f8e6e5, #f7b7b1);
	/* 标准的语法 */
}

.industrySlide .bd li:nth-child(2) .industryVideo figure {
	background: -webkit-linear-gradient(90deg, #e8f0f6, #96c8f5);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #e8f0f6, #96c8f5);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #e8f0f6, #96c8f5);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #e8f0f6, #96c8f5);
	/* 标准的语法 */
}

.industrySlide .bd li:nth-child(3) .industryVideo figure {
	background: -webkit-linear-gradient(90deg, #f8efe5, #f8c687);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #f8efe5, #f8c687);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #f8efe5, #f8c687);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #f8efe5, #f8c687);
	/* 标准的语法 */
}

.industrySlide .bd li:nth-child(4) .industryVideo figure {
	background: -webkit-linear-gradient(90deg, #e9f8ed, #a6f3bb);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #e9f8ed, #a6f3bb);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #e9f8ed, #a6f3bb);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #e9f8ed, #a6f3bb);
	/* 标准的语法 */
}

.industrySlide .bd li:nth-child(5) .industryVideo figure {
	background: -webkit-linear-gradient(90deg, #e2e8f4, #90b2f3);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #e2e8f4, #90b2f3);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #e2e8f4, #90b2f3);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #e2e8f4, #90b2f3);
	/* 标准的语法 */
}

.industrySlide .bd li:nth-child(6) .industryVideo figure {
	background: -webkit-linear-gradient(90deg, #f7f3e4, #f5e087);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #f7f3e4, #f5e087);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #f7f3e4, #f5e087);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #f7f3e4, #f5e087);
	/* 标准的语法 */
}

.industryVideo dl {
	width: 50%;
	float: right;
	height: 208px;
	box-sizing: border-box;
	padding-left: 3%;
	padding-top: 17px;
	position: relative;
	z-index: 9;
}

.industrySlide .hd li:nth-child(2):before {
	background-color: #0071d7;
}

.industrySlide .hd li:nth-child(3):before {
	background-color: #ed890b;
}

.industrySlide .hd li:nth-child(4):before {
	background-color: #169a3a;
}

.industrySlide .hd li:nth-child(5):before {
	background-color: #0037a2;
}

.industrySlide .hd li:nth-child(6):before {
	background-color: #d9af02;
}

.industryVideo dt {
	width: 52%;
	float: left;
	padding-top: 3px;
	padding-right: 3%;
	box-sizing: border-box;
}

.industryVideo dt h2 {
	color: #595858;
	padding: 12px 0;
	font-size: 16px;
}

.industryVideo dt h2 span {
	color: #716c6d;
	font-weight: normal;
	font-size: 15px;
	font-family: "pingfangS";
	text-transform: uppercase;
}

.industryVideo dt p {
	color: #5f5f5f;
	font-size: 14px;
	line-height: 27px;
}

.industryVideo dd {
	width: 48%;
	height: auto;
	float: left;
	background: #000;
	overflow: hidden;
}

.industryVideo dd video {
	width: 100%;
	height: auto;
	max-height: 184px;
	float: right;
	object-fit: cover;
}


/*首页产业*/

@media only screen and (max-width:1680px) {
	.industrySlide .industryTitle h2 span {
		font-size: 52px;
		line-height: 65px;
	}
	.industrySlide .industryTitle h3 {
		font-size: 38px;
		line-height: 46px;
	}
	.industrySlide .industryTitle h2 b {
		width: 26px;
		height: 26px;
		border-width: 4px;
	}
	.industrySlide .industryTitle h2 b:before {
		top: 22px;
	}
	.industryVideo dd {
		margin-top: 10px;
	}
}

@media only screen and (max-width:1440px) {
	.industrySlide .industryTitle h2 span {
		font-size: 46px;
		line-height: 52px;
	}
	.industrySlide .industryTitle h3 {
		font-size: 32px;
		line-height: 38px;
	}
	.industrySlide .industryTitle h2 b {
		width: 24px;
		height: 24px;
		border-width: 3px;
	}
}

.emptyBox {
	width: 100%;
	height: 208px;
}


/*首页*/


/*尾部*/

.footer {
	width: 100%;
	height: 98px;
	background: #ebe6e3;
}

.footer dl {
	width: 75%;
	margin: 0 auto;
	min-width: 1200px;
}

.footer dt {
	float: left;
	padding-top: 22px;
	font-size: 12px;
	line-height: 27px;
	color: #616161;
	text-transform: uppercase;
	font-family: "微软雅黑";
}

.footer dt a {
	color: #616161;
}

.footerLink ul {
	font-size: 0
}

.footerLink li {
	font-size: 12px;
	line-height: 27px;
	font-family: "微软雅黑";
	display: inline-block;
}

.footerLink li a {
	color: #616161;
}

.footerLink li:hover a {
	color: #dc2f1f;
}

.footerLink li span {
	margin: 0 9px;
	line-height: 27px;
	font-size: 12px;
}

.footer dd {
	float: right;
	padding-top: 45px;
	height: 98px;
	box-sizing: border-box;
	position: relative;
	margin-left: 20px;
}

.footer h3 span {
	font-size: 12px;
	line-height: 18px;
	color: #828282;
	float: left;
}

.footer h3 i {
	width: 18px;
	height: 18px;
	float: left;
	display: block;
	cursor: pointer;
	background: url(wechatIcon.jpg) no-repeat center;
}

.footer h3 b {
	width: 92px;
	height: 92px;
	position: absolute;
	right: 0;
	top: -68px;
	z-index: 10;
	transition: all 0.3s;
	border: 2px solid #dc2f1f;
	border-radius: 5px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.footer h3 b:before {
	content: "";
	position: absolute;
	width: 0;
	right: 0;
	bottom: -10px;
	left: 0;
	margin: auto;
	border-top: 10px solid #dc2f1f;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

.footer h3 b img {
	width: 100%;
	height: 100%;
}

.footer h3:hover b {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}


/*尾部*/


/*集团简介*/

.innerBanner {
	width: 100%;
	position: relative;
}

.innerBanner img {
	width: 100%;
	height: auto;
}

.secondClumn {
	width: 1200px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.secondClumn ul {
	width: 100%px;
	height: 60px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 45px;
	background: rgba(0, 0, 0, 0.09);
}

.secondClumn {
	font-size: 15px;
	line-height: 60px;
}

.secondClumn li {
	float: left;
	margin-right: 48px;
}

.secondClumn li a {
	color: #3d3c3c;
	color: #424242;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.secondClumn li a:after {
	content: " ";
	display: block;
	width: 100%;
	height: 0px;
	margin-top: -3px;
	position: absolute;
	left: -200%;
	border-bottom: 3px solid #db3222;
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
}

.secondClumn li:hover a:after {
	left: 0;
}

.secondClumn li a.on:after {
	left: 0;
}

.innerContainer {
	width: 100%;
	min-height: 560px;
	overflow: hidden;
	background-color: #f4f4f4;
}

.clumnPosition {
	width: 1200px;
	margin: 0 auto;
	padding-top: 12px;
}

.clumnPosition dl {
	float: right;
	padding-left: 13px;
	font-size: 13px;
	line-height: 40px;
	color: #3d3c3c;
	background: url(positionTop.png) no-repeat left center;
}

.clumnPosition i {
	display: block;
	float: left;
	width: 36px;
	height: 40px;
	background: url(positionArrow.png) no-repeat center;
}

.clumnPosition a {
	float: left;
	font-size: 13px;
	line-height: 40px;
	color: #3d3c3c;
}

.clumnPosition a:hover {
	color: #db3222;
}

.clumnPosition a.on {
	color: #db3222;
}

.article {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 500px;
}

.companyIntro {
	width: 100%;
	padding: 25px 45px 0;
	box-sizing: border-box;
}

.introText h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 70px;
	color: #db3222;
}

.introText p {
	color: #6a6969;
	font-size: 14px;
	margin-bottom: 12px;
}

.companyIntro dl {
	margin-top: 28px;
}

.companyIntro dt {
	width: 530px;
	float: left;
}

.companyIntro dt img {
	width: 530px;
	height: 321px;
}

.companyIntro dd {
	width: 580px;
	float: right;
}

.companyIntro dd img {
	display: block;
	margin: 20px auto 36px;
}

.companyIntro dd figcaption {
	width: 100%;
	height: 238px;
	box-sizing: border-box;
	padding: 12px 32px;
	position: relative;
	background: -webkit-linear-gradient(left, #fcece2, #fcece2, #fefbf9);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #fcece2, #fcece2, #fefbf9);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #fcece2, #fcece2, #fefbf9);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #fcece2, #fcece2, #fefbf9);
	/* 标准的语法 */
}

.companyIntro dd h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 54px;
	color: #4b4b4b;
}

.companyIntro dd p {
	font-size: 14px;
	color: #5d5d5d;
}

.companyIntro dd a {
	width: 76px;
	height: 76px;
	display: block;
	font-size: 14px;
	line-height: 66px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -78px;
	left: -38px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	background: #db3222 url(introArrow.png) no-repeat center 50px;
}


/*集团简介*/


/*集团荣誉*/

.companyHonor {
	width: 1134px;
	margin: 0 auto;
	padding-top: 43px;
}

.companyHonor li {
	float: left;
	width: 259px;
	margin: 0 12px 35px;
	overflow: hidden;
}

.companyHonor li figure {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
}

.companyHonor li img {
	margin: 8px 10px;
	width: 237px;
	height: 162px;
}

.companyHonor li p {
	width: 100%;
	margin-top: 6px;
	font-size: 15px;
	line-height: 40px;
	color: #323131;
	text-align: center;
	vertical-align: middle;
	transform: perspective(1px) translateZ(0px);
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
	position: relative;
	transition-property: color;
	transition-duration: 0.3s;
	background: #db3222;
}

.companyHonor li p:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transform: scaleX(1);
	transform-origin: 50% center 0px;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	background: #e6e6e6;
}

.companyHonor li:hover p:before {
	transform: scaleX(0);
}

.companyHonor li:hover p {
	color: #fff;
}

.companyHonor li mark {
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(230, 106, 20, .2);
	background: #e66a14\9;
	filter: alpha(opacity=20);
	z-index: 20;
	opacity: 0;
	transform: skewX(45deg);
	visibility: hidden;
	transition: 360ms;
}

.companyHonor li mark:before,
.companyHonor li mark:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}

.companyHonor li mark:before {
	border-left: 2px solid #e66a14;
	border-right: 2px solid #e66a14;
	width: 100%;
	height: 0%;
}

.companyHonor li mark:after {
	width: 0%;
	height: 100%;
	border-top: 2px solid #e66a14;
	border-bottom: 2px solid #e66a14;
}

.companyHonor li b {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -23px;
	margin-top: -23px;
	z-index: 30;
}

.companyHonor li b:before,
.companyHonor li b:after {
	content: "";
	background: #e66a14;
	position: absolute;
	transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	-moz-transform: translateX(-200px);
}

.companyHonor li b:before {
	width: 100%;
	height: 1px;
	left: 0;
	top: 23px;
}

.companyHonor li b:after {
	width: 1px;
	height: 100%;
	left: 23px;
	top: 0;
}

.companyHonor li:hover mark {
	opacity: 1;
	transform: skewX(0);
	visibility: visible;
}

.companyHonor li:hover b:before {
	transition: 355ms 180ms;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
}

.companyHonor li:hover b:after {
	transition: 355ms 240ms;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.companyHonor li:hover mark:before {
	height: 100%;
	transition: 330ms 200ms;
}

.companyHonor li:hover mark:after {
	width: 100%;
	transition: 330ms 200ms;
}


/*集团荣誉*/


/*企业文化*/

.companyCulture {
	width: 1117px;
	margin: 0 auto;
	padding: 14px 0;
}

.companyCulture li {
	width: 100%;
	margin: 32px 0;
	position: relative;
}

.companyCulture li mark {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.companyCulture li.first mark {
	background: url(cultureBg1.png) no-repeat;
}

.companyCulture li.second mark {
	background: url(cultureBg2.png) no-repeat;
}

.companyCulture li.third mark {
	background: url(cultureBg3.png) no-repeat;
}

.companyCulture li img {
	width: 100%;
	height: 274px;
}

.companyCulture figcaption {
	width: 420px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.companyCulture li:nth-child(odd) figcaption {
	right: 72px;
}

.companyCulture li:nth-child(even) figcaption {
	left: 72px;
}

.companyCulture li h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 70px;
	color: #fff;
}

.companyCulture li p {
	font-size: 14px;
	line-height: 30px;
}

.companyCulture li.first p {
	color: #ffefe8;
}

.companyCulture li.second p {
	color: #e0f2ff;
}

.companyCulture li.third p {
	color: #fff1eb;
}


/*企业文化*/


/*领导致辞*/

.leaderSpeech {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}

.leaderSpeech dd {
	width: 359px;
	float: right;
}

.leaderSpeech dd img {
	margin-top: 98px;
	width: 100%;
	height: auto;
}

.leaderTitle h3 {
	font-weight: bold;
	font-size: 20px;
	color: #db3222;
	line-height: 34px;
}

.leaderTitle p {
	font-size: 31px;
	color: #c5c7c9;
	text-transform: uppercase;
	font-family: "pingfangS"
}

.leaderText {
	margin-top: 20px;
}

.leaderText p {
	font-size: 14px;
	line-height: 36px;
	color: #4e4e4e;
}

.leaderName {
	padding-top: 28px;
}

.leaderName h4 {
	font-size: 20px;
	font-weight: bold;
	color: #4e4e4e;
	text-align: right;
}

.leaderName p {
	color: #4e4e4e;
	text-align: right;
	font-size: 14px;
	line-height: 28px;
}


/*领导致辞*/


/*领导关怀*/

.leaderCare {
	width: 1134px;
	margin: 0 auto;
	padding-top: 40px;
}

.leaderCare li {
	width: 259px;
	float: left;
	margin: 0 12px 32px;
}

.leaderCare li figure {
	overflow: hidden;
}

.leaderCare li img {
	width: 100%;
	height: 182px;
	transition: all 0.3s;
}

.leaderCare li:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.leaderCare li p {
	font-size: 15px;
	line-height: 43px;
	color: #323131;
	text-align: center;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.leaderCare li p:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #db3222;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.leaderCare li:hover p:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.leaderCare li mark:before,
.leaderCare li mark:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	transition: height 0.3s ease, width 0.5s 0.3s ease;
	background-color: #db3222;
}

.leaderCare li mark:before {
	left: 0;
}

.leaderCare li mark:after {
	right: 0;
}

.leaderCare li:hover p {
	color: #fff;
}


/*领导关怀*/


/*集团要闻*/

.newsBox {
	width: 1112px;
	margin: 0 auto;
	padding-top: 35px;
}

.newsLeft {
	width: 730px;
	float: left;
}

.newsEnlite {
	padding-bottom: 25px;
	border-bottom: 1px dashed #dedede;
}

.newsEnlite dt {
	width: 273px;
	height: 169px;
	float: left;
	overflow: hidden;
}

.newsEnlite dt img {
	width: 273px;
	height: 169px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.newsEnlite:hover img {
	transform: scale(1.1);
}

.newsEnlite dd {
	width: 456px;
	height: 169px;
	float: right;
	box-sizing: border-box;
	padding-left: 28px;
	background-color: #f4f4f4;
}

.newsEnlite dd h3 {
	font-weight: bold;
	color: #4c4b4b;
	font-size: 18px;
	line-height: 52px;
	padding-top: 6px;
}

.newsEnlite dd p {
	font-size: 14px;
	line-height: 30px;
	color: #737373;
}

.newsEnlite dd time {
	font-size: 22px;
	line-height: 50px;
	color: #db3222;
	font-family: "arial"
}

.newsList li {
	padding: 18px 0;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px dashed #dedede;
}

.newsList li dt {
	float: left;
	width: 140px;
}

.newsList li dd {
	float: left;
	width: 570px;
}

.newsList li h3 {
	font-size: 16px;
	line-height: 30px;
	color: #383838;
	font-weight: normal;
}

.newsList li p {
	font-size: 14px;
	line-height: 25px;
	color: #747474;
}

.newsList li time {
	display: block;
	font-size: 20px;
	line-height: 32px;
	font-family: "arial";
	padding-top: 25px;
	color: #747474;
}

.newsList li:hover {
	border-bottom: 1px solid transparent;
	background-color: #f4f4f4;
}

.newsList li:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 100%;
	left: -45px;
	top: 0;
	background-color: #fff;
}

.newsList li:hover:before {
	background-color: #f4f4f4;
}

.newsList li:after {
	content: "";
	position: absolute;
	left: -45px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #db3222;
	width: 2px;
	height: 52px;
	transform: scaleY(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.newsList li:hover:after {
	transform: scaleY(1);
}

.newsList li:hover time {
	color: #db3222;
}

.newsHot {
	width: 365px;
	float: right;
}

.newsHot dt {
	width: 100%;
	overflow: hidden;
}

.newsHot dd {
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 20px 32px 10px;
}

.newsHot img {
	width: 100%;
	height: 245px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.newsHot:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.newsHot time {
	display: block;
	color: #545454;
	font-size: 22px;
	font-family: "pingfangM"
}

.newsHot h3 {
	font-size: 16px;
	color: #545454;
	line-height: 28px;
	padding-bottom: 9px;
}

.newsHot p {
	font-size: 14px;
	color: #818181;
}

.newsHot span {
	font-size: 14px;
	line-height: 46px;
	color: #db3222;
}


/*集团要闻*/


/*产品列表*/

.productList {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.productList ul {
	width: 1220px;
	margin-left: -10px;
}

.productList li {
	width: 386px;
	height: 304px;
	box-sizing: border-box;
	margin: 0 10px 25px;
	float: left;
	background-color: #fff;
	padding: 9px 10px;
	overflow: hidden;
}

.productList li a {
	display: block;
	position: relative;
	z-index: 9;
}

.productList li img {
	width: 100%;
	height: 183px;
	position: absolute;
}

.productList li dt {
	position: relative;
	overflow: hidden;
	height: 183px;
}

.productList li dt:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -100%;
	transition: all .3s ease-in-out;
}

.productList li dt:after {
	content: "";
	display: block;
	width: 52px;
	height: 29px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: -100px auto 0;
	position: absolute;
	transition: all .3s ease-in-out;
	background: url(moreView.png) no-repeat center center;
}

.productList li:hover dt:before {
	margin-top: 0;
}

.productList li:hover dt:after {
	margin-top: 76px;
}

.productList li h3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 36px;
	color: #434343;
	padding-top: 12px;
	transition: all .3s ease-in-out;
}

.productList li p {
	font-size: 14px;
	line-height: 24px;
	color: #a3a3a3;
	transition: all .3s ease-in-out;
}

.productList li dd {
	padding-bottom: 7px;
	padding-left: 9px;
	position: relative;
	overflow: hidden;
}

.productList li dd:before {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, #db3222, #f4dbd8);
	background: -o-linear-gradient(left, #db3222, #f4dbd8);
	background: -moz-linear-gradient(left, #db3222, #f4dbd8);
	background: -ms-linear-gradient(left, #db3222, #f4dbd8);
	background: linear-gradient(left, #db3222, #f4dbd8);
	margin-top: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.productList li:hover dd:before {
	margin-top: 0;
}

.productList li:hover h3 {
	color: #fff;
}

.productList li:hover p {
	color: #fff;
}

.productList li.last dt {
	height: 286px;
}

.productList li.last dd {
	display: none;
}

.productContainer {
	background: #f4f4f4 url(productBg.png) no-repeat center bottom;
	background-size: contain;
}


/*产品列表*/


/*文化天地*/

.cultureItem {
	width: 1200px;
	margin: 0 auto;
}

.cultureItem dt,
.cultureItem dd {
	width: 50%;
}

.cultureItem dt img {
	width: 100%;
	height: 270px;
}

.cultureItem dl:nth-child(odd) dt {
	float: left;
}

.cultureItem dl:nth-child(odd) dd {
	float: right;
}

.cultureItem dl:nth-child(even) dt {
	float: right;
}

.cultureItem dl.even dd {
	float: left;
}

.cultureItem dl.odd dt {
	float: left;
}

.cultureItem dl.odd dd {
	float: right;
}

.cultureItem dl.even dt {
	float: right;
}

.cultureItem dl.even dd {
	float: left;
}

.cultureItem dl dd {
	padding-top: 23px;
	padding-left: 57px;
	box-sizing: border-box;
}

.cultureItem dd {
	height: 270px;
	position: relative;
}

.cultureItem h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 38px;
	color: #5b5a5a;
}

.cultureItem h3 {
	font-size: 42px;
	line-height: 50px;
	color: #e6e6e6;
	padding-bottom: 24px;
	font-family: "Cambria Math";
	text-transform: uppercase;
}

.cultureItem li {
	padding-left: 20px;
	font-size: 14px;
	line-height: 42px;
	color: #454545;
	position: relative;
	background: url(cultureArrow.png) no-repeat left center;
}

.cultureItem li a {
	color: #454545;
}

.cultureItem li:hover a {
	color: #db3222;
}

.cultureItem dl i {
	position: absolute;
	display: block;
	width: 83px;
	height: 83px;
	font-size: 14px;
	line-height: 83px;
	color: #ffd4d0;
	text-align: center;
	right: 0;
	bottom: 0;
	font-style: normal;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	background: #e66a14;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.cultureItem dl i a {
	color: #ffd4d0;
	display: block;
	width: 100%;
	height: 100%;
}

.cultureItem dl i:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #db3222;
	border-radius: 100%;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.cultureItem dl i:hover:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}


/*文化天地*/


/*人力资源*/

.talentConcept {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 55px;
}

.talentConcept h2 {
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
	color: #db3222;
	padding-top: 18px;
}

.talentConcept h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 62px;
	color: #5c5c5c;
}

.talentConcept p {
	color: #767676;
	font-size: 14px;
	line-height: 30px;
}

.talentConcept a {
	width: 87px;
	height: 29px;
	font-size: 14px;
	line-height: 29px;
	color: #9d9d9d;
	display: block;
	text-align: center;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	transition: 330ms 200ms;
	box-shadow: 0 0 1px #c2c2c2;
}

.talentConcept a:hover {
	color: #db3222;
}

.talentConcept a:before,
.talentConcept a:after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	transition: 320ms;
}

.talentConcept a:before {
	border-left: 1px solid #db3222;
	border-right: 1px solid #db3222;
	width: 100%;
	height: 0%;
}

.talentConcept a:after {
	width: 0%;
	height: 100%;
	border-top: 1px solid #db3222;
	border-bottom: 1px solid #db3222;
}

.talentConcept a:hover:before {
	height: 100%;
	transition: 330ms 200ms;
}

.talentConcept a:hover:after {
	width: 100%;
	transition: 330ms 200ms;
}


/*人力资源*/

.talentTab {
	width: 100%;
	padding: 42px 0 54px;
	background-color: #fff;
}

.talentTab ul {
	width: 1240px;
	margin: 0 auto;
}

.talentTab li {
	float: left;
	width: 372px;
	height: 166px;
	margin: 0 20px;
}

.talentTab li figure {
	min-height: 42px;
	padding-top: 32px;
}

.talentTab li img {
	display: block;
	margin: 0 auto;
}

@keyframes iconUp {
	0%,
	50%,
	100% {
		transform: translateY(0);
	}
	25%,
	75% {
		transform: translateY(-6px);
	}
}

.talentTab li:hover img {
	animation: iconUp 1s ease-out;
}

.talentTab li.first {
	background: url(talentBg1.jpg) no-repeat;
}

.talentTab li.second {
	background: url(talentBg2.jpg) no-repeat;
}

.talentTab li.third {
	background: url(talentBg3.jpg) no-repeat;
}

.talentTab li p {
	font-size: 26px;
	font-weight: bold;
	line-height: 85px;
	color: #fff;
	text-align: center;
}


/*集团招聘*/

.recruitList li {
	float: left;
	margin-left: 54px;
	padding: 19px 0;
}

.recruitList figure {
	float: left;
}

.recruitList figcaption {
	float: left;
	margin-left: 12px;
}

.recruitList li h3 {
	font-size: 16px;
	line-height: 35px;
	color: #434343;
}

.recruitList li p {
	font-size: 13px;
	line-height: 15px;
	color: #ababab;
	text-transform: uppercase;
	font-family: "pingfangM"
}

.recruitList li.first a.on h3 {
	color: #ff9c3c;
}

.recruitList li.first:hover h3 {
	color: #ff9c3c;
}

.recruitList li.second a.on h3 {
	color: #3f86ce;
}

.recruitList li.second:hover h3 {
	color: #3f86ce;
}

.recruitList li.third a.on h3 {
	color: #ff6657;
}

.recruitList li.third:hover h3 {
	color: #ff6657;
}

.recruitList li.four a.on h3 {
	color: #47ad56;
}

.recruitList li.four:hover h3 {
	color: #47ad56;
}

.recruitContainer {
	width: 100%;
	padding-top: 44px;
	padding-bottom: 52px;
	box-sizing: border-box;
	height: 808px;
	background: url(recruitBg.jpg) no-repeat center/cover fixed;
}

.recruitBox {
	width: 1200px;
	margin: 0 auto;
}

.recruitLeft {
	width: 245px;
	float: left;
}

.recruitTitle h3 {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.recruitTitle p {
	font-size: 12px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	font-family: "pingfangM"
}

.recruitTitle h4 {
	width: 100%;
	height: 53px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 53px;
	border-radius: 8px;
	text-indent: 40px;
	background: #db3222 url(pen.png) 66px center no-repeat;
}

.recruitWechat {
	width: 100%;
	height: 215px;
	margin-top: 28px;
	border-radius: 8px;
	background-color: #fff;
}

.recruitWechat img {
	width: 106px;
	height: 108px;
	display: block;
	padding-top: 28px;
	margin: 28px auto 20px;
}

.recruitWechat p {
	font-size: 15px;
	line-height: 24px;
	color: #4d4d4d;
	text-align: center;
}

.recruitRight {
	width: 928px;
	float: right;
	min-height: 362px;
	border-radius: 15px;
	background-color: #fff;
	padding: 10px 38px 48px;
	box-sizing: border-box;
}

.recruitClumn {
	font-size: 18px;
	line-height: 50px;
	color: #4d4d4d;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.recruitClumn:before {
	content: "";
	display: block;
	width: 72px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #db3222;
}

.recruitSort {
	padding: 18px 0;
}

.recruitSort select {
	width: 175px;
	height: 36px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	margin-right: 15px;
	border-radius: 5px;
	text-indent: 12px;
	color: #727272;
	font-family: "微软雅黑";
	outline: none;
}

.jobInput {
	width: 175px;
	float: left;
	margin-right: 15px;
}

.jobInput input {
	width: 175px;
	height: 36px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 5px;
	text-indent: 12px;
	color: #727272;
	font-family: "微软雅黑";
}

.searchBtn {
	width: 84px;
	height: 36px;
	float: left;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	text-indent: 26px;
	font-size: 14px;
	line-height: 36px;
	cursor: pointer;
	background: #db3222 url(searchJob.png) no-repeat 15px center;
}

.jobListTop li {
	float: left;
	text-align: center;
}

.fontBold {
	background-color: #ededed;
}

.fontBold li {
	font-weight: bold;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 42px;
}

.jobListTop .first {
	width: 218px;
}

.jobListTop .second {
	width: 126px;
}

.jobListTop .third {
	width: 190px;
}

.jobListTop .four {
	width: 146px;
}

.jobListTop .five {
	width: 138px;
}

#jobSchoolTop .first {
	width: 185px;
}

#jobSchoolTop .second {
	width: 85px;
}

#jobSchoolTop .third {
	width: 185px;
}

#jobSchoolTop .four {
	width: 85px;
}

#jobSchoolTop .five {
	width: 126px;
}

#jobSchoolTop .six {
	width: 185px;
}

.fontNormal {
	border-bottom: 1px dashed #e5e5e5;
}

.fontNormal li {
	font-size: 14px;
	height: 52px;
	overflow: hidden;
	line-height: 52px;
	color: #787878;
}

.fontNormal li a {
	display: block;
	width: 69px;
	height: 31px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 12px auto 0;
	line-height: 31px;
	border-radius: 5px;
	background-color: #db3222;
}


/*集团招聘*/


/*招聘详情*/

.jobDetailTitle {
	width: 804px;
}

.jobDetailTitle h3 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 68px;
	color: #4d4d4d;
}

.jobDetailTitle button {
	float: right;
	width: 128px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	margin-top: 18px;
	cursor: pointer;
	background-color: #db3222;
	border-radius: 5px;
	font-family: "微软雅黑";
}

.jobDetailList {
	padding-right: 42px;
	overflow: auto;
	height: 600px;
}

.jobDetailList ul {
	padding: 20px 28px;
	background-color: #edf3fa;
}

.jobDetailList li {
	float: left;
	width: 33.33%;
	font-size: 15px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	color: #787777;
}

.jobDetailList li b {
	color: #4d4d4d;
}

.jobDetailItem h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 44px;
	margin-top: 18px;
}

.jobDetailItem p {
	color: #4d4d4d;
	font: 14px/30px "微软雅黑";
}


/*招聘详情*/


/*联系我们*/

.mapBox {
	width: 100%;
	height: 660px;
	position: relative;
}

.contactUs {
	width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	box-sizing: border-box;
	padding: 60px 45px 45px;
	background: rgba(255, 255, 255, 0.9);
}

.contactUs dt {
	float: left;
}

.contactUs dt h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #db3222;
	padding-bottom: 20px;
}

.contactUs dt p {
	font-size: 14px;
	line-height: 30px;
	color: #737373;
}

.contactUs dt h4 {
	padding-left: 26px;
	font-size: 14px;
	line-height: 26px;
	color: #4a4a4a;
	margin-top: 18px;
	background: url(sideTel.png) no-repeat left center;
}

.contactUs dt strong {
	font-size: 38px;
	line-height: 42px;
	display: block;
	font-weight: normal;
	font-family: "sqr";
	color: #db3222;
}

.contactUs dd {
	float: right;
	width: 214px;
	height: 187px;
	margin-left: 17px;
}

.contactUs dd i {
	min-height: 50px;
	display: block;
	padding-top: 56px;
	margin: 0 auto;
}

.contactUs dd img {
	display: block;
	margin: 0 auto;
}

.contactUs dd.first {
	background: url(contactBg1.jpg) no-repeat center/cover;
}

.contactUs dd.second {
	background: url(contactBg2.jpg) no-repeat center/cover;
}

.contactUs dd p {
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}


/*联系我们*/


/*廉洁举报*/

.cleanReport dt {
	width: 486px;
	float: left;
}

.cleanReport dt h3 {
	width: 100%;
	font-size: 16px;
	line-height: 58px;
	font-weight: bold;
	text-align: center;
	color: #db3222;
	position: relative;
	background-color: #fff0ed;
}

.cleanReport dt h3:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #db3222;
}

.cleanReport dt ul {
	padding: 20px 10%;
}

.cleanReport dt img {
	display: block;
	margin: 0 auto;
}

.cleanReport dt li {
	font-size: 14px;
	line-height: 30px;
	color: #676666;
	text-align: center;
	margin-top: 32px;
}

.cleanReport dd li {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e7e7e7;
}

.cleanReport dt li i {
	display: block;
	height: 40px;
}

.cleanReport dt li img {
	display: block;
	margin: 0 auto;
}

.cleanReport dd {
	width: 676px;
	float: left;
}

.cleanReport dd label {
	float: left;
	display: block;
	width: 170px;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	color: #fef1f0;
	text-align: center;
	letter-spacing: 14px;
	background-color: #db3222;
	padding-left: 14px;
	box-sizing: border-box;
	border-bottom: 1px solid #e15547;
}

.cleanReport .reportMessage label {
	padding: 65px 0;
}

.cleanReport .reportCode label {
	letter-spacing: 0;
	padding-left: 0;
}

.cleanReport dd input,.cleanReport dd select {
	float: left;
	width: 506px;
	height: 50px;
	text-indent: 24px;
	font-family: "微软雅黑";
	background-color: transparent;
}

.cleanReport dd textarea {
	width: 506px;
	height: 182px;
	float: left;
	resize: none;
	box-sizing: border-box;
	padding: 10px 24px;
	font-family: "微软雅黑";
	background-color: transparent;
}

.cleanReport dd {
	margin-top: 58px;
	position: relative;
}

.cleanReport dd:before {
	content: "";
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
	border-left: 28px solid #fff0ed;
	border-top: 25px solid #fff0ed;
	border-right: 28px solid transparent;
	border-bottom: 25px solid transparent;
}

.cleanReport .reportCode input {
	width: 344px;
}

.cleanReport .reportCode img {
	float: right;
	height: 50px;
	width: auto;
}

.cleanReport button {
	width: 146px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	margin-left: 265px;
	margin-top: 32px;
	cursor: pointer;
	background-color: #787878;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	font-family: "微软雅黑";
}

.cleanReport button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #db3222;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.cleanReport button:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}


/*廉洁举报*/


/*视频新闻*/

.hotVideoList {
	width: 100%;
}

.hotVideoList ul {
	width: 1236px;
	margin: 0 auto;
}

.hotVideoList li {
	width: 376px;
	float: left;
	margin: 0 18px;
	position: relative;
}

.hotVideoList li figure {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.hotVideoList li img {
	width: 100%;
	height: 257px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.hotVideoList li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.hotVideoList li p {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 63px;
	text-indent: 78px;
	color: #fff;
	background: #db3222 url(videoIcon.png) no-repeat 25px center;
}

.normalVideoList {
	width: 100%;
	background-color: #fff;
}

.normalVideoList ul {
	width: 1220px;
	margin: 0 auto;
	padding-top: 35px;
}

.normalVideoList li {
	width: 285px;
	float: left;
	margin: 0 10px 30px;
}

.normalVideoList li figure {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.normalVideoList li img {
	width: 100%;
	height: 195px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.normalVideoList li:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.normalVideoList li p {
	font-size: 14px;
	line-height: 32px;
	padding-top: 10px;
	color: #3d3d3d;
}

.normalVideoList li span {
	display: block;
	width: 22px;
	height: 12px;
	background: url(videoIcon2.png) no-repeat;
}

.normalVideoList li:hover p {
	color: #db3222;
}


/*视频新闻*/


/*产品详情*/

.productDetail {
	width: 1200px;
	margin: 0 auto;
}

.productDetail h2 {
	font-size: 20px;
	line-height: 95px;
	font-weight: bold;
	color: #db3222;
}

.productLeft {
	width: 840px;
	float: left;
}

.slideProductLeft {
	position: relative;
}

.slideProductLeft li {
	height: 420px!important;
}

.slideProductLeft li img {
	width: 100%!important;
	height: 420px!important;
}

.slideProductLeft img {
	width: auto!important;
	height: auto!important;
}

.slideProductLeft .prev,
.slideProductLeft .next {
	width: 57px;
	height: 57px;
	display: block;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	z-index: 9;
	transition: all 0.3s;
}

.slideProductLeft .prev {
	right: 0;
	background: #e8e8e8 url(productArrow1.png) no-repeat center;
}

.slideProductLeft .next {
	right: -57px;
	background: #db3222 url(productArrow2.png) no-repeat center;
}

.slideProductLeft .prev:hover,
.slideProductLeft .next:hover {
	opacity: 0.8;
}

.productDescribe {
	font-size: 14px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 30px 30px 30px 0;
}

.productDescribe1 {
	padding-right: 0;
}

.productDescribe p {
	font-size: 14px;
	line-height: 30px;
	color: #5a5a5a;
}

.productRight {
	width: 360px;
	float: right;
}

.slideProductRight li {
	padding: 64.78px 0;
	background-color: #e8e8e8;
	box-sizing: border-box;
	height: 210px;
	border-bottom: 1px solid #d2d2d2;
}

.slideProductRight li:last-child {
	border-bottom: none;
}

.slideProductRight li h3 {
	font-size: 14px;
	line-height: 34px;
	color: #5a5a5a;
	text-align: center;
}

.slideProductRight li p {
	font-size: 24px;
	line-height: 46px;
	color: #db3222;
	text-align: center;
}

.productContact {
	box-sizing: border-box;
	padding: 50px 0;
	background-color: #fff;
}

.productContact li {
	padding: 15px 30px;
}

.productContact1 li {
	padding: 40px 0;
	box-sizing: border-box;
	height: 160px;
}

.productContact li img {
	display: block;
	margin: 0 auto;
}

.productContact li p {
	font-size: 14px;
	line-height: 28px;
	color: #5a5a5a;
	padding-top: 20px;
	text-align: center;
}

.productContact li strong {
	font-size: 36px;
	line-height: 62px;
	font-family: "sqr";
	color: #6e6e6e;
	text-align: center;
	display: block;
}


/*产品详情*/


/*集团产业*/

.estateBox {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.estateBox dl {
	background-color: #fff;
}

.estateBox dt {
	float: left;
	width: 600px;
}

.estateBox dt img {
	width: 100%;
	height: 400px;
}

.estateBox dd {
	width: 600px;
	height: 400px;
	float: right;
	box-sizing: border-box;
	padding-left: 32px;
	position: relative;
}

.estateBox dd h3 {
	font-size: 14px;
	line-height: 80px;
	margin-top: 20px;
	font-weight: normal;
	color: #727272;
	text-transform: uppercase;
	font-family: "pingfangM"
}

.estateBox dd h3 strong {
	font-size: 24px;
	font-weight: bold;
	color: #db3222;
	font-family: "微软雅黑"
}

.estateBox dd p {
	font-size: 14px;
	line-height: 35px;
	color: #434343;
	height: 175px;
	overflow: auto;
	padding-right: 30px;
}

.estateBox dd span {
	width: 124px;
	height: 37px;
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 25px;
	margin-top: 52px;
	background-color: #db3222;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.estateBox dd span:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e9730b;
	border-radius: 25px;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.estateBox:hover span:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.estateBox dd img {
	position: absolute;
	right: 0;
	bottom: 0;
}


/*集团产业*/


/*分页*/

.pageClass {
	clear: both;
	text-align: center;
	margin-top: 35px;
	padding-bottom: 35px;
}

.pageClass a {
	color: #3f3f3f;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #eee;
	background-color: #fff;
}

.pageClass a:hover {
	color: #fff;
}

.pageClass a span {
	font-size: 14px;
	display: inline-block;
	padding: 1px 19px;
	color: #3f3f3f;
}

.pageClass a span:hover {
	color: #fff;
}

.pageClass strong {
	cursor: pointer;
	display: inline-block;
	color: #3f3f3f;
}

.pageClass strong:hover {
	color: #fff;
}

.pageClass strong span:hover {
	color: #fff;
}

.pageClass strong span {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background: #db3222;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 3px 15px;
}

.pageClass a:hover {
	color: #fff;
	background: #db3222;
	border: 1px solid #db3222;
}


/*分页*/


/*文章内容页*/

.articleTitle {
	width: 90%;
	margin: 0 auto;
	padding-top: 25px;
}

.articleTitle h2 {
	color: #db3222;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 48px;
}

.articleTitle p {
	text-align: center;
	color: #6c6c6c;
	font-size: 14px;
	line-height: 22px;
}

.articleTitle p span {
	margin: 0 5px;
}

.articleContent {
	padding-top: 20px;
	width: 90%;
	margin: 0 auto;
	min-height: 300px;
	color: #343434;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑"
}

.articleContent video {
	background: #000;
}

.articleContent p {
	color: #343434;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑"
}

.articleContent img,
.articleContent table {
	max-width: 100%;
	height: auto;
}

.articleContent video {
	background-color: #000;
	max-width: 100%;
	height: auto;
}

.articleContent p {
	max-width: 100%;
	color: #343434;
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑"
}

.articleTab {
	width: 90%;
	margin: 0 auto;
	color: #6c6c6c;
	padding: 20px 0 50px;
	font-size: 14px;
	line-height: 32px;
	font-family: "微软雅黑";
}

.articleTab a {
	font-size: 14px;
	line-height: 32px;
	font-family: "微软雅黑";
	color: #6c6c6c;
}

.articleContent img {
	display: block;
	margin: 0 auto;
}

.articleTab a:hover,
.articleTab a:active {
	color: #db3222;
}


/*文章内容页*/


/*alert弹窗*/

.alertFrame {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.3);
}

.alertFix {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -150px;
	width: 300px;
	min-height: 120px;
	background-color: #fff;
}

.alertHead {
	padding: 0 20px;
	width: 260px;
	height: 40px;
	font-weight: bold;
	line-height: 40px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
}

.alertCont {
	background-color: #fff;
	font: 14px/32px "微软雅黑";
	color: #333;
	padding: 20px;
}

.alertConfirm {
	padding: 0 20px 10px;
	text-align: right;
}

.alertConfirm a {
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
	background-color: #009688;
	border-radius: 3px;
}


/*alert弹窗*/

.joxBox {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
	background: rgba(0, 0, 0, 0.7);
}

.jobForm {
	width: 772px;
	height: 442px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 98;
	border-radius: 15px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	border: 1px solid #f3f3f3;
}

.jobForm h2 {
	font-size: 16px;
	line-height: 54px;
	color: #4c4c4c;
	padding: 0 30px;
	width: 100%;
	margin-left: -30px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.jobForm h2:before {
	content: "";
	position: absolute;
	width: 64px;
	height: 3px;
	background-color: #db3222;
	left: 30px;
	bottom: -1px;
}

.jobForm dl {
	margin-top: 25px;
}

.jobForm dt {
	width: 48%;
	float: left;
}

.jobForm dd {
	width: 48%;
	float: right;
}

.jobForm li {
	margin-bottom: 20px;
}

.jobForm li label {
	font-size: 16px;
	line-height: 36px;
	float: left;
	color: #4c4c4c;
	width: 75px;
	height: 36px;
	display: block;
}

.jobForm li input {
	width: 258px;
	height: 36px;
	float: left;
	margin-left: 5px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	line-height: 36px;
	color: #4c4c4c;
	text-indent: 15px;
	font-family: "微软雅黑";
}

.jobForm li select {
	width: 82px;
	height: 36px;
	border-radius: 5px;
	text-indent: 5px;
	margin-left: 5px;
	line-height: 36px;
	font-size: 15px;
	font-family: "微软雅黑";
	border: 1px solid #e5e5e5;
}

.jobForm li input.file {
	border: none;
	text-indent: 0;
	line-height: 16px;
	margin-top: 6px;
}

.jobForm button {
	width: 108px;
	height: 42px;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	font-family: "微软雅黑";
	background-color: #db3222;
	margin: 0 auto;
}

.jobForm h2 i {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	background: url(jobClose.png) no-repeat center/cover;
}

.upload-box {
	float: left;
	margin-left: 5px;
}

.upload-html5-btn {
	width: 112px;
	height: 36px;
	float: left;
	text-indent: 35px;
	color: #fff;
	font-size: 15px;
	line-height: 35px;
	cursor: pointer;
	background: #9b9b9b url(load.png) no-repeat 12px center;
}

.upload-file {
	float: right;
	width: 132px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.upload-file a {
	width: 100%;
	color: #4c4c4c;
}

.upload-progress {
	float: left;
}


/*漂浮窗*/

.floatAdv {
	width: 218px;
	height: 202px;
	position: fixed;
	top: 20px;
	z-index: 100;
	background: url("floatAdv.png") no-repeat;
}

.floatAdv span {
	display: block;
	width: 23px;
	height: 23px;
	position: absolute;
	right: 0;
	top: -23px;
	cursor: pointer;
	z-index: 99;
	background: url(floatClose.png) no-repeat;
}

.floatAdv a {
	display: block;
	width: 218px;
	height: 202px;
}


/*漂浮窗*/